CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dll 注入 进程

搜索资源列表

  1. 将DLL注入到其他进程中

    0下载:
  2. 一个进程隐藏的程序-a hidden process procedures
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:55030
    • 提供者:小叶子
  1. apihooktool

    0下载:
  2. 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things, a study was made about the ca
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:107039
    • 提供者:京用
  1. HookMessagebox

    0下载:
  2. 这是一个Hook windowsAPI 的例子。 本DLL是HOOK windows的messagobox函数 并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will be called from applications m
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39232
    • 提供者:王凯兵
  1. 1409746421-1133137735

    0下载:
  2. 84495微软研究院的开发包可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:693886
    • 提供者:许庭洲
  1. 微软研究院的开发包

    0下载:
  2. 可以拦截特定进程api的微软开发包1.5, 里面有微软的源代码,和我做的2个测试例子,1个是把dll注入进程中,1个是dll和应用程序同时启动。-can intercept specific process api Microsoft Development Kit 1.5, which has Microsoft's source code, and I made two of the test case, an injection is dll process, a yes dll
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:693886
    • 提供者:赵刚
  1. APCInjection

    1下载:
  2. 采用APC的方式将一个dll注入其他进程
  3. 所属分类:进程与线程

    • 发布日期:2009-05-07
    • 文件大小:9599
    • 提供者:cyclan
  1. dllzhuru.rar

    0下载:
  2. 上学写的VC DLL 远程注入的例子, 可以根据进程ID插入想注入的D,School written by long-distance VC DLL injection example, you can insert in accordance with the process ID of the D would like to inject
  3. 所属分类:Network Security

    • 发布日期:2017-03-29
    • 文件大小:39709
    • 提供者:cary
  1. wsHideDLL.zip

    0下载:
  2. Dll进程注入 一种简单的方法隐藏进程 在dll中运行代码,The simplest ways to hide a process is to have no process Basically what you need to do is place your meaningful code in a DLL, inject that DLL in an inconspicuous process (like Explorer.exe) and run your code. This can
  3. 所属分类:Driver Develop

    • 发布日期:2017-03-28
    • 文件大小:9696
    • 提供者:miller
  1. main

    1下载:
  2. DLL注入 进程防杀 进程线 程编程-DLL into the process line of defense to kill the process kill process DLL injection process, anti-thread programming
  3. 所属分类:Process-Thread

    • 发布日期:2017-04-07
    • 文件大小:1318
    • 提供者:是发
  1. DDPHelpSrc

    0下载:
  2. QQ游戏之对对碰外挂, 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(鼠标光标会移动)和PostMessaga(鼠标光标不移动) 8.文件捆
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-03-26
    • 文件大小:121067
    • 提供者:
  1. testqqo

    1下载:
  2. 机器码注入进程,远程线程执行,实现无DLL注入-Binary into the process, the remote thread execution, implementation without DLL injection
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-28
    • 文件大小:22431
    • 提供者:吕虎猛
  1. chengme12

    0下载:
  2. DLL 远线程注入 可以注入到任意系统进程中-Far-threaded DLL can be injected into the process of any system
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-27
    • 文件大小:215435
    • 提供者:sdfdf
  1. InJectDLL

    0下载:
  2. 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL injected into a process and a DLL
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14672
    • 提供者:王鹏
  1. dll_remotethread_inject

    0下载:
  2. dll远程注入进程后,自行卸载的源代码 压缩包解压时-dll remote thread inject code
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-18
    • 文件大小:25341
    • 提供者:xieking888
  1. ddssd

    0下载:
  2. 使用代码注入来实现进程隐藏 而不是使用DLL注入来实现进程隐藏 没有什么高级技术 纯体力活 原理就不说了 只是没有通过DLL注入 来实现HOOK API 纯粹注入代码 邪恶二进制上 也有个代码注入的 只是用了一个未公开的函数,我还看不懂 本来想用汇编写的 发现汇编注入代码远比C注入代码来的繁 所以用C实现了 主要功能就是 隐藏进程 不过RING3的似乎没多大用 练习而已-Use code injection to achieve the process of hide inste
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-01
    • 文件大小:4568
    • 提供者:张做像
  1. dll-injection

    1下载:
  2. dll注入的一个实现例子,可以从A进程将DLL注入到B进程-an implementation example of dll injection
  3. 所属分类:系统编程

    • 发布日期:2012-11-23
    • 文件大小:2036417
    • 提供者:尹斌
  1. dllzhuru

    0下载:
  2. 远程注入DLL方法有很多种,也是很多木马病毒所使用的隐藏进程的方法,因为通过程序加载的DLL在进程管理器是没有显示的.-Remote DLL Injection There are many ways, is also used by many Trojan hidden process, because the DLL loaded by the program manager in the process is not shown.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-30
    • 文件大小:94943
    • 提供者:lsenfk
  1. dll-injection

    0下载:
  2. dll注入,还能通过进程名获取进程id,用VC能打开-dll injection, but also by the process name to get the process id
  3. 所属分类:Other windows programs

    • 发布日期:2017-11-16
    • 文件大小:1922524
    • 提供者:kasen
  1. DLL-injection

    0下载:
  2. dll注入: 所谓DLL注入就是将一个DLL放进某个进程的地址空间里,让它成为那个进程的一部分。要实现DLL注入,首先需要打开目标进程。-dll injection: the so-called DLL injection is a DLL into the address space of a process, let it be a part of that process. To achieve DLL injection, you first need to open the tar
  3. 所属分类:ELanguage

    • 发布日期:2017-11-15
    • 文件大小:1417086
    • 提供者:曹麟
  1. dll

    0下载:
  2. 注入目标进程 将文件的dll 注入到目标的进程中去-sorry my english is so poor hehehehehehehehehehe
  3. 所属分类:Game Hook Crack

    • 发布日期:2015-03-10
    • 文件大小:765952
    • 提供者:张看看
« 1 23 4 5 6 7 8 9 10 »
搜珍网 www.dssz.com